From: Miles Bader Date: Mon, 19 Aug 2002 05:03:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31111 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=27fa6fb7894f4b5ae4c59aff982cb4c9d34c6068;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 565ae97cb49..0238ed0d122 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2002-08-19 Miles Bader + + [original idea from Luc Teirlinck ] + * comint.el (comint-inhibit-carriage-motion): New variable. + (comint-carriage-motion): Argument STRING removed. New arguments + START and END; interpret characters between START and END rather + than using special comint state. + (comint-output-filter): Call `comint-carriage-motion'. + (comint-output-filter-functions): Don't add `comint-carriage-motion'. + * ielm.el (inferior-emacs-lisp-mode): Give + `comint-inhibit-carriage-motion' a local value of t. + 2002-08-18 Richard M. Stallman * table.el: New file.